home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / rnco_mod.arc / RN-CO.DOC < prev    next >
Encoding:
Text File  |  1988-04-28  |  4.3 KB  |  130 lines

  1.         Files included
  2.  
  3.    RN-CO.DOC - This Document
  4.    CO.COM    - Executable Modified CO
  5.    CO.ASM    - Source for Modified CO
  6.    RN.COM    - Executable Modified RN
  7.    RN.ASM    - Source for Modified RN
  8.    RN.DEF    - MicroSoft Mouse Menu Source for RN and CO
  9.    RN.MNU    - MicroSoft Mouse Menu Executable for RN and CO
  10.  
  11.  
  12.  
  13.     'Copyright 1987 Ziff-Davis Publishing Co.'
  14.              'Michael J. Mefford'
  15.  
  16.  Michael J. Mefford    1987/No. 16 (Utilities)
  17.  
  18.  This is a modified version of PC Magazines RN Utility
  19.  It has Been modified for some special batch tasks.
  20.  Several new parameters have been added.
  21.  
  22.  Purpose:
  23.  Select, create, rename, delete or backup selected directory.
  24.  
  25.  
  26.  Format:
  27.  RN [d:][\directory 1] [d:][\directory 2] [/E][/S][/D][/T][/O]
  28.                                           [/M1] [/M2] [/M3] [/M4]
  29.  
  30.  Directory 1 - RN will display this directory and any subdirectories.
  31.  Directory 2 - Passed to CO.
  32.  
  33.  
  34.  /E          - Passed to CO.
  35.  /S          - Passed to CO.
  36.  /D          - Passed to CO.
  37.  /T          - Passed to CO.
  38.  /O          - Passed to CO.
  39.  /M1         - Exit when return pressed, normally the program goes to CO.
  40.  /M2         - Don't use Directory 1 parameter pass to CO.
  41.  /M3         - Passed to CO.
  42.  /M4         - Passed to CO.
  43.  
  44.  Program Functions:
  45.  
  46.           ╔═════════════════════════════╗
  47.           ║     PC Magazine RN.COM      ║
  48.           ╟─────────────────────────────╢
  49.           ║ Enter ─┘ to Select Directry║
  50.           ║ F2  ^Exit to DOS            ║
  51.           ║                             ║
  52.           ║ F4  ^File Maintenance       ║
  53.           ║ F5  ^Rename Directory       ║
  54.           ║ F6   Delete dir & all files ║
  55.           ║ F7  ^Make a new Directory   ║
  56.           ║ F8  ^Change Backup/Rest Parm║
  57.           ║ F9  ^Backup Directory       ║
  58.           ║ F10  Restore Directory      ║
  59.           ║  Backup/Restore Parameters  ║
  60.           ║  ^Dr=A: ^Path=*.*           ║
  61.           ║  ^Options=/S                ║
  62.           ║ Esc to Cancel Program       ║
  63.           ╚═════════════════════════════╝
  64.               Use:   PgUp PgDn
  65.              ^PgUp ^PgDn Home End
  66.  
  67.  
  68.  Modified by Bob Hunt 414-287-3308
  69.  
  70.  
  71.  
  72.     'Copyright 1987 Ziff-Davis Publishing Co.'
  73.              'Michael J. Mefford'
  74.  
  75.  
  76.  Michael J. Mefford 1987/No. 21 (Utilities)
  77.  
  78.  This is a modified version of PC Magazines CO Utility
  79.  It has Been modified for some special batch tasks.
  80.  Several new parameters have been added.
  81.  
  82.  Purpose:
  83.  Select, Copy, move, or delete file(s) individually or in tagged
  84.  groups from directory listings sorted by name, extension, size, or date.
  85.  
  86.  One special function will place the file name selected in the
  87.  environment variable FILE=name. You may view it with the set command.
  88.  
  89.  Format:
  90.  CO [d:][\directory 1] [d:][\directory 2] [/E][/S][/D][/T][/O]
  91.                                           [/M3] [/M4]
  92.  
  93.  Directory 1 - CO will read and display files in this directory
  94.  Directory 2 - CO will only copy to this direcory when this parameter
  95.                is entered.
  96.  
  97.  /E          - Sort Files by file extension.
  98.  /S          - Sort Files by file size.
  99.  /D          - Sort Files by Date and time.
  100.  /T          - Sort Files by Date and time.
  101.  /O          - Don't Sort Files leave in order DOS put them.
  102.  /M3         - Special setup for copying models to start a program
  103.  /M4         - Start with Long menu (RN call with this parm).
  104.  
  105.  Program Functions:
  106.  
  107.           ╔═════════════════════════════╗
  108.           ║     PC Magazine CO.COM      ║
  109.           ╟─────────────────────────────╢
  110.           ║ Enter ─┘ Select & End Pgm  ║
  111.           ║                             ║
  112.           ║ F3  ^Sort directory names   ║
  113.           ║ F4  ^Browse selected file   ║
  114.           ║ F5  ^Rename File(s)         ║
  115.           ║ F6  ^Delete File(s)         ║
  116.           ║ F7  ^Copy File(s)           ║
  117.           ║ F8  ^Move File(s)           ║
  118.           ║ F9   Mark all files         ║
  119.           ║ F10  Clear all marked Files ║
  120.           ║       Toggles (on/off)      ║
  121.           ║ √^Verify  ^EBCDIC  ^Wordstar║
  122.           ║ +/- Ins/Del to Mark/Unmark  ║
  123.           ║ Esc to Cancel Program       ║
  124.           ╚═════════════════════════════╝
  125.                 Use:   PgUp PgDn
  126.                ^PgUp ^PgDn Home End
  127.  
  128.  
  129.  Modified by Bob Hunt 414-287-3308
  130.